Configuring Database Properties-Oracle

To configure database properties for Oracle, follow these steps:

  1. Go to erwinDISuite > WEB-INFdatabase folder.
  2. Open the databases.properties file and do the following:
    1. Uncomment the Oracle section by removing the hash (#) sign at the beginning of each line between ORACLE BEGIN and ORACLE END.
    2. Set the following parameters:
      • URL
        • Server name. For example, server name is localhost, in case you deploy erwin DI Suite on a local environment.
        • Port number. The default port number is 1521.
        • SID
      • UserName
      • Password
      • PasswordEncrypted=false
  3. Save the file.